-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[libbeat][reader][parquet] - Updated Apache Arrow library from v11 to v12.0.1 #35640
Conversation
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
This pull request doesn't have a |
Could you point us to those errors and include them in the description for posterity. |
I have updated the description. |
@andrewkroh updated the library to v12.0.1 with the json test file changes. |
@andrewkroh I've shortened the vpc flow json by reducing it to 4 records, formatted the json files and adjusted the tests accordingly. We cannot alter the main vpc parquet file as that is used in benchmarks also. |
…m v11 to v12.0.1 (elastic#35640)" This reverts commit 54b5d97.
Type of change
Please label this PR with one of the following labels, depending on the scope of your change:
What does this PR do?
This upgrades the apache arrow library inside x-pack libbeat parquet reader from v11 -> v12.0.1
Why is it important?
This upgrade was made in hope of eliminating the cross-compilation errors during building of packages which were using
this reader. Currently the CI is failing due to cross compilation issues arising from errors in the library on certain platforms.
Checklist
- [] I have made corresponding changes to the documentation- [] I have made corresponding change to the default configuration filesCHANGELOG.next.asciidoc
Observations:
The coss-compilation errors observed are:
CI Link : https://beats-ci.elastic.co/blue/organizations/jenkins/Beats%2Fbeats/detail/PR-35578/8/pipeline#562
It seems that the issue is reported here apache/arrow#34784
And it's also stated that upgrading to v12 only fixes the transpose errors, but another error - an integer over flow error still remains and is supposed to get fixed in 12.0.1
Overflow issue - apache/arrow#35861
update: library has been updated to 12.0.1
Related issues